type internal/reflectlite.emptyInterface

4 uses

	internal/reflectlite (current package)
		type.go#L711: 	eface := *(*emptyInterface)(unsafe.Pointer(&i))
		value.go#L105: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L140: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L180: type emptyInterface struct {